ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MapLayerBase<T> Class / ColorScale Property






In This Topic
    ColorScale Property
    In This Topic
    Gets or sets color scale used for fill layer's items.
    Syntax
    'Declaration
     
    
    Public Property ColorScale As ColorScale
    'Usage
     
    
    Dim instance As MapLayerBase(Of T)
    Dim value As ColorScale
     
    instance.ColorScale = value
     
    value = instance.ColorScale
    public ColorScale ColorScale {get; set;}
    public read-write property ColorScale: ColorScale; 
    public function get,set ColorScale : ColorScale
    public: __property ColorScale* get_ColorScale();
    public: __property void set_ColorScale( 
       ColorScale* value
    );
    public:
    property ColorScale^ ColorScale {
       ColorScale^ get();
       void set (    ColorScale^ value);
    }
    See Also